Class Input
java.lang.Object
Input
public class Input
- extends Object
|
Field Summary |
static double[][] |
answers
|
static double[][] |
data
|
(package private) static int |
n_i
|
(package private) static int |
n_o
|
(package private) static int |
n_s
|
(package private) static int |
n_t
|
static double[][] |
test
|
static double[][] |
testanswers
|
|
Constructor Summary |
Input()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
answers
public static double[][] answers
data
public static double[][] data
n_i
static int n_i
n_o
static int n_o
n_s
static int n_s
n_t
static int n_t
test
public static double[][] test
testanswers
public static double[][] testanswers
Input
public Input()
initialize
public static void initialize()
returnShuffled
public static int[] returnShuffled(int number)
returnShuffledAround
public static int[] returnShuffledAround(int skip)